home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dirut / twoutils.zip / LS.CLD < prev    next >
Text File  |  1989-10-14  |  1KB  |  24 lines

  1. :LS                                                 ! File directory utility
  2.  
  3. $P1; DEFAULT="*"                                    ! Default filespec.
  4.  
  5. /ATTRIBUTES;   NEGATABLE; DEFAULT                   ! Attribute flags
  6. /CLUSTERS                                           ! Cluster allocation
  7. /DATE                                               ! Sort by date/time
  8. /DIRECTORIES;  NEGATABLE; DEFAULT                   ! Directories in list
  9. /EXCLUDE;      VALUE; REQUIRED                      ! Exclude files from list
  10. /EXTENSION                                          ! Sort be filetype
  11. /HEADER;       NEGATABLE; DEFAULT                   ! Directory header
  12. /HIDDEN                                             ! Hidden DOS files
  13. /OUTPUT;       VALUE; REQUIRED                      ! Output to file
  14. /PRINT                                              ! Send list to printer
  15. /REVERSE                                            ! Reverse sort order
  16. /SIZE                                               ! Sort by file size
  17. /SYSTEM                                             ! System DOS files
  18. /TRAILER;      NEGATABLE; DEFAULT                   ! Directory trailer
  19. /VERSION                                            ! Display version number
  20. /WIDE                                               ! Wide print format
  21.  
  22. !-----------------------------------------------------------------------------
  23. :(END)
  24.